home *** CD-ROM | disk | FTP | other *** search
/ The PC-SIG Library 10 / The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso / PC_SIGCD / 14 / 3 / DISK1430.ZIP / SRC / COMPILE.BAT < prev    next >
DOS Batch File  |  1988-05-13  |  2KB  |  40 lines

  1. copy tune.dos tune.c
  2. cl /DIBMPC /FPa /AL /Ot setmaps.c
  3. setmaps <keymaps.txt >keymaps.c
  4. cl /DIBMPC /c /FPa /AL /Ot keymaps.c >compile.out
  5. cl /DIBMPC /c /FPa /AL /Ot funcdefs.c >>compile.out
  6. cl /DIBMPC /c /FPa /AL /Ot abbrev.c >>compile.out
  7. cl /DIBMPC /c /FPa /AL /Ot ask.c >>compile.out
  8. cl /DIBMPC /c /FPa /AL /Ot buf.c >>compile.out
  9. cl /DIBMPC /c /FPa /AL /Ot c.c >>compile.out
  10. cl /DIBMPC /c /FPa /AL /Ot case.c >>compile.out
  11. cl /DIBMPC /c /FPa /AL /Ot ctype.c >>compile.out
  12. cl /DIBMPC /c /FPa /AL /Ot delete.c >>compile.out
  13. cl /DIBMPC /c /FPa /AL /Ot extend.c >>compile.out
  14. cl /DIBMPC /c /FPa /AL /Ot argcount.c >>compile.out
  15. cl /DIBMPC /c /FPa /AL /Ot insert.c >>compile.out
  16. cl /DIBMPC /c /FPa /AL /Ot io.c >>compile.out
  17. cl /DIBMPC /c /FPa /AL /Ot jove.c >>compile.out
  18. cl /DIBMPC /c /FPa /AL /Ot macros.c >>compile.out
  19. cl /DIBMPC /c /FPa /AL /Ot marks.c >>compile.out
  20. cl /DIBMPC /c /FPa /AL /Ot misc.c >>compile.out
  21. cl /DIBMPC /c /FPa /AL /Ot move.c >>compile.out
  22. cl /DIBMPC /c /FPa /AL /Ot paragrap.c >>compile.out
  23. cl /DIBMPC /c /FPa /AL /Ot proc.c >>compile.out
  24. cl /DIBMPC /c /FPa /AL /Ot re.c >>compile.out
  25. cl /DIBMPC /c /FPa /AL /Ot re1.c >>compile.out
  26. cl /DIBMPC /c /FPa /AL /Ot scandir.c >>compile.out
  27. cl /DIBMPC /c /FPa /AL /Ot table.c >>compile.out
  28. cl /DIBMPC /c /FPa /AL /Ot tune.c >>compile.out
  29. cl /DIBMPC /c /FPa /AL /Ot util.c >>compile.out
  30. cl /DIBMPC /c /FPa /AL /Ot vars.c >>compile.out
  31. cl /DIBMPC /c /FPa /AL /Ot wind.c >>compile.out
  32. cl /DIBMPC /c /FPa /AL /Ot fmt.c >>compile.out
  33. cl /DIBMPC /c /FPa /AL /Ot disp.c >>compile.out
  34. cl /DIBMPC /c /FPa /AL /Ot term.c >>compile.out
  35. cl /DIBMPC /c /FPa /AL /Ot version.c >>compile.out
  36. cl /DIBMPC /c /FPa /AL /Ot fp.c >>compile.out
  37. cl /DIBMPC /c /FPa /AL /Ot screen.c >>compile.out
  38. cl /DIBMPC /c /FPa /AL /Ot getch.c >>compile.out
  39.  
  40.